-
1 partial coherent dynamic programming algorithm
алгоритм ( детектирования ФМ-сигналов без разрыва фазы), основанный на использовании принципов динамического программирования и понятия длины сохранения частичной когерентности; см. также partial coherent lengthАнгло-русский словарь промышленной и научной лексики > partial coherent dynamic programming algorithm
-
2 unconstrained end-point dynamic-programming algorithm
алгоритм динамического программирования с неопределёнными конечными состояниями ( обработка речи)Англо-русский словарь промышленной и научной лексики > unconstrained end-point dynamic-programming algorithm
-
3 алгоритм программирования
Русско-английский политехнический словарь > алгоритм программирования
-
4 алгоритм функционального блока
Универсальный русско-английский словарь > алгоритм функционального блока
-
5 время выполнения алгоритма
Programming: algorithm execution time, running time of an algorithmУниверсальный русско-английский словарь > время выполнения алгоритма
-
6 алгоритм проверки типа
Programming: algorithm for type checking (см. ISO/IEC 10746-3, ГОСТ Р ИСО/МЭК 10746-3-2001)Универсальный русско-английский словарь > алгоритм проверки типа
-
7 анализ алгоритмов
Programming: algorithm analysis, analysis of algorithms -
8 вызов алгоритмов
Programming: algorithm invocation -
9 вызовы алгоритмов
Programming: algorithm invocations -
10 выполнение алгоритмов
Programming: algorithm execution, execution of algorithms (IEC 61499-1)Универсальный русско-английский словарь > выполнение алгоритмов
-
11 изучение алгоритмов
Programming: algorithm analysis, analysis of algorithmsУниверсальный русско-английский словарь > изучение алгоритмов
-
12 используемый алгоритм
Programming: algorithm usedУниверсальный русско-английский словарь > используемый алгоритм
-
13 исследование алгоритмов
Programming: algorithm analysis, analysis of algorithmsУниверсальный русско-английский словарь > исследование алгоритмов
-
14 классы, скрывающие алгоритмы
Programming: algorithm hiding classes (см. Designing Concurrent, Distributed, and Real-time Applications with UML ( Object Technology Series) by Hassan Gomaa)Универсальный русско-английский словарь > классы, скрывающие алгоритмы
-
15 методы анализа алгоритмов
Programming: algorithm analysis techniquesУниверсальный русско-английский словарь > методы анализа алгоритмов
-
16 методы разработки алгоритмов
Programming: algorithm design techniquesУниверсальный русско-английский словарь > методы разработки алгоритмов
-
17 объект-алгоритм
Programming: algorithm object -
18 объекты-алгоритмы
-
19 объявление алгоритма
Универсальный русско-английский словарь > объявление алгоритма
-
20 тестирование алгоритма
Programming: algorithm test (см. Standard glossary of terms used in Software Testing), TMapУниверсальный русско-английский словарь > тестирование алгоритма
См. также в других словарях:
Algorithm — Flow chart of an algorithm (Euclid s algorithm) for calculating the greatest common divisor (g.c.d.) of two numbers a and b in locations named A and B. The algorithm proceeds by successive subtractions in two loops: IF the test B ≤ A yields yes… … Wikipedia
Programming language — lists Alphabetical Categorical Chronological Generational A programming language is an artificial language designed to communicate instructions to a machine, particularly a computer. Programming languages can be used to create programs that… … Wikipedia
Algorithm design — is a specific method to create a mathematical process in solving problems. Applied algorithm design is algorithm engineering.Algorithm design is identified and incorporated into many solution theories of operation research, such as dynamic… … Wikipedia
Algorithm engineering — is a combination of theoretical algorithm design with real world data. By taking an algorithm and combining it with a hardware device connected to the real world, you are able to more accurately verify and validate the algorithm results and… … Wikipedia
Programming paradigm — Programming paradigms Agent oriented Automata based Component based Flow based Pipelined Concatenative Concu … Wikipedia
Algorithm Builder — ist eine Entwicklungsumgebung für AVR Mikrocontroller, basierend auf einer graphischen Makro Assembler Sprache. Der gesamte Programmablauf wird in graphischer Form als Flussdiagramm eingegeben. Es lässt sich mit einzelnen Anweisungen direkt auf… … Deutsch Wikipedia
Algorithm characterizations — The word algorithm does not have a generally accepted definition. Researchers are actively working in formalizing this term. This article will present some of the characterizations of the notion of algorithm in more detail. This article is a… … Wikipedia
Programming idiom — A programming idiom is a means of expressing a recurring construct in one or more programming languages. Generally speaking, a programming idiom is an expression of a simple task or algorithm that is not a built in feature in the programming… … Wikipedia
algorithm — [13] Algorithm comes from the name of an Arab mathematician, in full Abu Ja far Mohammed ibn Musa al Khwarizmi (c. 780–c. 850), who lived and taught in Baghdad and whose works in translation introduced Arabic numerals to the West. The last part… … The Hutchinson dictionary of word origins
algorithm — [13] Algorithm comes from the name of an Arab mathematician, in full Abu Ja far Mohammed ibn Musa al Khwarizmi (c. 780–c. 850), who lived and taught in Baghdad and whose works in translation introduced Arabic numerals to the West. The last part… … Word origins
Algorithm (C++) — In the C++ programming language, algorithm is a function template that can work with (theoretically) any container containing values of any type. However, this is not always true because algorithms may have restrictions on the container/iterator… … Wikipedia